﻿2026-06-17T00:52:34.8539708Z ##[group]Run set -euo pipefail
2026-06-17T00:52:34.8540099Z [36;1mset -euo pipefail[0m
2026-06-17T00:52:34.8540347Z [36;1mPIN=0c95435[0m
2026-06-17T00:52:34.8540596Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-17T00:52:34.8540880Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-17T00:52:34.8541252Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-17T00:52:34.8541714Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-17T00:52:34.8542174Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-17T00:52:34.8542544Z [36;1m  rm -rf "$CACHE"[0m
2026-06-17T00:52:34.8542818Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-17T00:52:34.8543125Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-17T00:52:34.8543481Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-17T00:52:34.8543843Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-17T00:52:34.8544353Z [36;1mfi[0m
2026-06-17T00:52:34.8544658Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T00:52:34.8558763Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-17T00:52:34.8559175Z env:
2026-06-17T00:52:34.8559407Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T00:52:34.8559664Z ##[endgroup]
2026-06-17T00:52:35.1475437Z    Compiling proc-macro2 v1.0.106
2026-06-17T00:52:35.1476657Z    Compiling unicode-ident v1.0.24
2026-06-17T00:52:35.1476952Z    Compiling quote v1.0.45
2026-06-17T00:52:35.1477253Z    Compiling libc v0.2.186
2026-06-17T00:52:35.1477514Z    Compiling serde_core v1.0.228
2026-06-17T00:52:35.1477785Z    Compiling cfg-if v1.0.4
2026-06-17T00:52:35.1478043Z    Compiling serde v1.0.228
2026-06-17T00:52:35.1518005Z    Compiling log v0.4.32
2026-06-17T00:52:35.1622062Z    Compiling pin-project-lite v0.2.17
2026-06-17T00:52:35.1661113Z    Compiling typenum v1.20.1
2026-06-17T00:52:35.1707883Z    Compiling portable-atomic v1.13.1
2026-06-17T00:52:35.1764537Z    Compiling version_check v0.9.5
2026-06-17T00:52:35.1848552Z    Compiling memchr v2.8.1
2026-06-17T00:52:35.1853627Z    Compiling shlex v2.0.1
2026-06-17T00:52:35.1904768Z    Compiling find-msvc-tools v0.1.9
2026-06-17T00:52:35.1961061Z    Compiling critical-section v1.2.0
2026-06-17T00:52:35.2301191Z    Compiling bytes v1.11.1
2026-06-17T00:52:35.2371484Z    Compiling futures-core v0.3.32
2026-06-17T00:52:35.2890809Z    Compiling subtle v2.6.1
2026-06-17T00:52:35.4078558Z    Compiling equivalent v1.0.2
2026-06-17T00:52:35.4085411Z    Compiling smallvec v1.15.1
2026-06-17T00:52:35.4239960Z    Compiling itoa v1.0.18
2026-06-17T00:52:35.4560179Z    Compiling semver v1.0.28
2026-06-17T00:52:35.4713041Z    Compiling stable_deref_trait v1.2.1
2026-06-17T00:52:35.4840763Z    Compiling futures-io v0.3.32
2026-06-17T00:52:35.4969598Z    Compiling slab v0.4.12
2026-06-17T00:52:35.5105163Z    Compiling futures-sink v0.3.32
2026-06-17T00:52:35.5630626Z    Compiling futures-task v0.3.32
2026-06-17T00:52:35.6061144Z    Compiling futures-channel v0.3.32
2026-06-17T00:52:35.6511603Z    Compiling generic-array v0.14.7
2026-06-17T00:52:35.6657402Z    Compiling hashbrown v0.17.1
2026-06-17T00:52:35.6690849Z    Compiling rustversion v1.0.22
2026-06-17T00:52:35.7020682Z    Compiling bitflags v2.12.1
2026-06-17T00:52:35.7120555Z    Compiling cpufeatures v0.2.17
2026-06-17T00:52:35.7830670Z    Compiling rustc_version v0.4.1
2026-06-17T00:52:35.7831968Z    Compiling fnv v1.0.7
2026-06-17T00:52:35.8080875Z    Compiling cfg_aliases v0.2.1
2026-06-17T00:52:35.8660428Z    Compiling rand_core v0.10.1
2026-06-17T00:52:35.8700573Z    Compiling strsim v0.11.1
2026-06-17T00:52:35.8771014Z    Compiling litemap v0.8.2
2026-06-17T00:52:35.8794477Z    Compiling writeable v0.6.3
2026-06-17T00:52:35.9021051Z    Compiling utf8_iter v1.0.4
2026-06-17T00:52:36.0280821Z    Compiling icu_properties_data v2.2.0
2026-06-17T00:52:36.0665078Z    Compiling dunce v1.0.5
2026-06-17T00:52:36.0921622Z    Compiling ident_case v1.0.1
2026-06-17T00:52:36.1210617Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T00:52:36.1480638Z    Compiling fs_extra v1.3.0
2026-06-17T00:52:36.1840952Z    Compiling getrandom v0.4.2
2026-06-17T00:52:36.2163908Z    Compiling autocfg v1.5.1
2026-06-17T00:52:36.3268864Z    Compiling percent-encoding v2.3.2
2026-06-17T00:52:36.4046328Z    Compiling http v1.4.1
2026-06-17T00:52:36.4214409Z    Compiling thiserror v2.0.18
2026-06-17T00:52:36.4390664Z    Compiling cpufeatures v0.3.0
2026-06-17T00:52:36.4676364Z    Compiling syn v2.0.117
2026-06-17T00:52:36.4950789Z    Compiling indexmap v2.14.0
2026-06-17T00:52:36.5050275Z    Compiling unicode-segmentation v1.13.3
2026-06-17T00:52:36.5210996Z    Compiling aws-lc-rs v1.17.0
2026-06-17T00:52:36.5370822Z    Compiling scopeguard v1.2.0
2026-06-17T00:52:36.5440957Z    Compiling form_urlencoded v1.2.2
2026-06-17T00:52:36.5566391Z    Compiling chacha20 v0.10.0
2026-06-17T00:52:36.5750911Z    Compiling untrusted v0.9.0
2026-06-17T00:52:36.6370269Z    Compiling lock_api v0.4.14
2026-06-17T00:52:36.6758317Z    Compiling rustls v0.23.40
2026-06-17T00:52:36.7130770Z    Compiling heck v0.5.0
2026-06-17T00:52:36.7560539Z    Compiling anyhow v1.0.102
2026-06-17T00:52:36.8220612Z    Compiling unicode-xid v0.2.6
2026-06-17T00:52:36.8764939Z    Compiling const-oid v0.10.2
2026-06-17T00:52:36.8850794Z    Compiling atomic-waker v1.1.2
2026-06-17T00:52:36.9037906Z    Compiling httparse v1.10.1
2026-06-17T00:52:36.9058221Z    Compiling jobserver v0.1.34
2026-06-17T00:52:36.9260941Z    Compiling parking_lot_core v0.9.12
2026-06-17T00:52:36.9430847Z    Compiling zerocopy v0.8.50
2026-06-17T00:52:36.9890528Z    Compiling convert_case v0.10.0
2026-06-17T00:52:37.0590364Z    Compiling paste v1.0.15
2026-06-17T00:52:37.0710486Z    Compiling num-traits v0.2.19
2026-06-17T00:52:37.0991027Z    Compiling hybrid-array v0.4.12
2026-06-17T00:52:37.1151159Z    Compiling curve25519-dalek v4.1.3
2026-06-17T00:52:37.2079416Z    Compiling cc v1.2.63
2026-06-17T00:52:37.2550832Z    Compiling crypto-common v0.1.7
2026-06-17T00:52:37.2700801Z    Compiling block-buffer v0.10.4
2026-06-17T00:52:37.3121479Z    Compiling ahash v0.8.12
2026-06-17T00:52:37.3411686Z    Compiling powerfmt v0.2.0
2026-06-17T00:52:37.3660375Z    Compiling digest v0.10.7
2026-06-17T00:52:37.3800496Z    Compiling fastrand v2.4.1
2026-06-17T00:52:37.3810240Z    Compiling base64ct v1.8.3
2026-06-17T00:52:37.3950648Z    Compiling either v1.16.0
2026-06-17T00:52:37.4990252Z    Compiling deranged v0.5.8
2026-06-17T00:52:37.5760499Z    Compiling mio v1.2.1
2026-06-17T00:52:37.6070526Z    Compiling socket2 v0.6.4
2026-06-17T00:52:37.6320396Z    Compiling getrandom v0.2.17
2026-06-17T00:52:37.6740735Z    Compiling http-body v1.0.1
2026-06-17T00:52:37.8000649Z    Compiling rand v0.10.1
2026-06-17T00:52:37.8409223Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T00:52:37.8479380Z    Compiling rand_core v0.6.4
2026-06-17T00:52:37.8920871Z    Compiling tinyvec_macros v0.1.1
2026-06-17T00:52:37.9560722Z    Compiling try-lock v0.2.5
2026-06-17T00:52:38.0050458Z    Compiling tower-service v0.3.3
2026-06-17T00:52:38.0190441Z    Compiling zmij v1.0.21
2026-06-17T00:52:38.0401779Z    Compiling vcpkg v0.2.15
2026-06-17T00:52:38.0472211Z    Compiling data-encoding v2.11.0
2026-06-17T00:52:38.0590956Z    Compiling num-conv v0.2.2
2026-06-17T00:52:38.0790970Z    Compiling base64 v0.22.1
2026-06-17T00:52:38.2410405Z    Compiling time-core v0.1.8
2026-06-17T00:52:38.3070476Z    Compiling pkg-config v0.3.33
2026-06-17T00:52:38.3160328Z    Compiling want v0.3.1
2026-06-17T00:52:38.3700552Z    Compiling parking_lot v0.12.5
2026-06-17T00:52:38.4190663Z    Compiling cmake v0.1.58
2026-06-17T00:52:38.4530212Z    Compiling tinyvec v1.11.0
2026-06-17T00:52:38.4640329Z    Compiling crypto-common v0.2.2
2026-06-17T00:52:38.4950143Z    Compiling block-buffer v0.12.0
2026-06-17T00:52:38.5017336Z    Compiling sha2 v0.10.9
2026-06-17T00:52:38.6940651Z    Compiling inout v0.1.4
2026-06-17T00:52:38.7510714Z    Compiling vergen-lib v9.1.0
2026-06-17T00:52:38.8350780Z    Compiling n0-future v0.3.2
2026-06-17T00:52:38.8410701Z    Compiling signature v2.2.0
2026-06-17T00:52:38.8540595Z    Compiling parking v2.2.1
2026-06-17T00:52:38.8702120Z    Compiling httpdate v1.0.3
2026-06-17T00:52:38.9186679Z    Compiling cordyceps v0.3.4
2026-06-17T00:52:38.9272204Z    Compiling winnow v1.0.3
2026-06-17T00:52:38.9290398Z    Compiling spin v0.10.0
2026-06-17T00:52:38.9656292Z    Compiling serde_json v1.0.150
2026-06-17T00:52:38.9770288Z    Compiling diatomic-waker v0.2.3
2026-06-17T00:52:38.9912927Z    Compiling crossbeam-utils v0.8.21
2026-06-17T00:52:39.0260734Z    Compiling ed25519 v2.2.3
2026-06-17T00:52:39.0380699Z    Compiling futures-lite v2.6.1
2026-06-17T00:52:39.1330487Z    Compiling cipher v0.4.4
2026-06-17T00:52:39.1670813Z    Compiling netlink-packet-core v0.8.1
2026-06-17T00:52:39.1710812Z    Compiling universal-hash v0.5.1
2026-06-17T00:52:39.1927005Z    Compiling futures-buffered v0.2.13
2026-06-17T00:52:39.2170636Z    Compiling vergen v9.1.0
2026-06-17T00:52:39.2220988Z    Compiling vergen-lib v0.1.6
2026-06-17T00:52:39.2920720Z    Compiling heapless v0.7.17
2026-06-17T00:52:39.3560846Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T00:52:39.3950389Z    Compiling noq-udp v0.10.0
2026-06-17T00:52:39.4075634Z    Compiling sync_wrapper v1.0.2
2026-06-17T00:52:39.4087157Z    Compiling allocator-api2 v0.2.21
2026-06-17T00:52:39.4087515Z    Compiling byteorder v1.5.0
2026-06-17T00:52:39.4224019Z    Compiling opaque-debug v0.3.1
2026-06-17T00:52:39.4316462Z    Compiling aws-lc-sys v0.41.0
2026-06-17T00:52:39.5004649Z    Compiling ring v0.17.14
2026-06-17T00:52:39.5070936Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T00:52:39.5301181Z    Compiling digest v0.11.3
2026-06-17T00:52:39.5340714Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T00:52:39.6150662Z    Compiling hash32 v0.2.1
2026-06-17T00:52:39.6220686Z    Compiling polyval v0.6.2
2026-06-17T00:52:39.7259457Z    Compiling vergen-gitcl v1.0.8
2026-06-17T00:52:39.7811190Z    Compiling spin v0.9.8
2026-06-17T00:52:39.8045979Z    Compiling fallible-iterator v0.3.0
2026-06-17T00:52:39.8655323Z    Compiling ryu v1.0.23
2026-06-17T00:52:39.8969657Z    Compiling tower-layer v0.3.3
2026-06-17T00:52:39.9154150Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T00:52:39.9343670Z    Compiling num_threads v0.1.7
2026-06-17T00:52:40.0621175Z    Compiling signature v3.0.0
2026-06-17T00:52:40.0720754Z    Compiling time v0.3.47
2026-06-17T00:52:40.0788677Z    Compiling ghash v0.5.1
2026-06-17T00:52:40.0990585Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T00:52:40.1180552Z    Compiling aes v0.8.4
2026-06-17T00:52:40.1838737Z    Compiling ctr v0.9.2
2026-06-17T00:52:40.2030690Z    Compiling http-body-util v0.1.3
2026-06-17T00:52:40.2130162Z    Compiling fs2 v0.4.3
2026-06-17T00:52:40.2360702Z    Compiling aead v0.5.2
2026-06-17T00:52:40.3599569Z    Compiling openssl-probe v0.2.1
2026-06-17T00:52:40.3900642Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T00:52:40.4050554Z    Compiling crossbeam-channel v0.5.15
2026-06-17T00:52:40.4770620Z    Compiling netlink-packet-route v0.29.0
2026-06-17T00:52:40.5010472Z    Compiling blake3 v1.8.5
2026-06-17T00:52:40.6070332Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T00:52:40.7355900Z    Compiling aes-gcm v0.10.3
2026-06-17T00:52:40.8090607Z    Compiling uuid v1.23.2
2026-06-17T00:52:40.8693308Z    Compiling memoffset v0.6.5
2026-06-17T00:52:40.8820731Z    Compiling acto v0.8.2
2026-06-17T00:52:40.8930401Z    Compiling noq v0.18.0
2026-06-17T00:52:40.9610970Z    Compiling netwatch v0.16.0
2026-06-17T00:52:41.0376458Z    Compiling ref-cast v1.0.25
2026-06-17T00:52:41.0850699Z    Compiling mac-addr v0.3.0
2026-06-17T00:52:41.1365778Z    Compiling xml-rs v0.8.28
2026-06-17T00:52:41.1600426Z    Compiling rustc-hash v2.1.2
2026-06-17T00:52:41.2452688Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T00:52:41.2798770Z    Compiling identity-hash v0.1.0
2026-06-17T00:52:41.2941216Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T00:52:41.3580412Z    Compiling lru-slab v0.1.2
2026-06-17T00:52:41.3820727Z    Compiling tagptr v0.2.0
2026-06-17T00:52:41.4090722Z    Compiling rustix v1.1.4
2026-06-17T00:52:41.4439703Z    Compiling thiserror v1.0.69
2026-06-17T00:52:41.4600905Z    Compiling foldhash v0.2.0
2026-06-17T00:52:41.6215720Z    Compiling hashbrown v0.16.1
2026-06-17T00:52:41.6321013Z    Compiling netlink-packet-route v0.30.0
2026-06-17T00:52:41.6757301Z    Compiling termios v0.2.2
2026-06-17T00:52:41.8241538Z    Compiling synstructure v0.13.2
2026-06-17T00:52:41.8350780Z    Compiling darling_core v0.20.11
2026-06-17T00:52:41.8430333Z    Compiling serde_derive_internals v0.29.1
2026-06-17T00:52:42.1514729Z    Compiling proc-macro-crate v3.5.0
2026-06-17T00:52:42.4330014Z    Compiling xmltree v0.10.3
2026-06-17T00:52:42.4430443Z    Compiling ioctl-rs v0.1.6
2026-06-17T00:52:42.4547840Z    Compiling errno v0.3.14
2026-06-17T00:52:42.4549700Z    Compiling serial-core v0.4.0
2026-06-17T00:52:42.5690517Z    Compiling aho-corasick v1.1.4
2026-06-17T00:52:42.5980696Z    Compiling simple-dns v0.9.3
2026-06-17T00:52:42.6249277Z    Compiling simdutf8 v0.1.5
2026-06-17T00:52:42.6252312Z    Compiling resolv-conf v0.7.6
2026-06-17T00:52:42.6342052Z    Compiling constant_time_eq v0.4.2
2026-06-17T00:52:42.6567461Z    Compiling winnow v0.7.15
2026-06-17T00:52:42.7840763Z    Compiling toml_write v0.1.2
2026-06-17T00:52:42.8056465Z    Compiling signal-hook v0.3.18
2026-06-17T00:52:42.9300819Z    Compiling linux-raw-sys v0.12.1
2026-06-17T00:52:42.9580490Z    Compiling arrayref v0.3.9
2026-06-17T00:52:42.9738673Z    Compiling sha1_smol v1.0.1
2026-06-17T00:52:42.9828011Z    Compiling arrayvec v0.7.6
2026-06-17T00:52:43.0184049Z    Compiling smol_str v0.1.24
2026-06-17T00:52:43.0341540Z    Compiling regex-syntax v0.8.10
2026-06-17T00:52:43.1850506Z    Compiling serial-unix v0.4.0
2026-06-17T00:52:43.1933653Z    Compiling signal-hook-registry v1.4.8
2026-06-17T00:52:43.2291138Z    Compiling lru v0.16.4
2026-06-17T00:52:43.3910847Z    Compiling darling_core v0.23.0
2026-06-17T00:52:43.4601242Z    Compiling serde_bytes v0.11.19
2026-06-17T00:52:43.5420777Z    Compiling seize v0.5.1
2026-06-17T00:52:43.7301013Z    Compiling hmac v0.12.1
2026-06-17T00:52:43.8190590Z    Compiling serde_derive v1.0.228
2026-06-17T00:52:43.8440479Z    Compiling zeroize_derive v1.4.3
2026-06-17T00:52:43.9830407Z    Compiling tokio-macros v2.7.0
2026-06-17T00:52:44.0298659Z    Compiling zerofrom-derive v0.1.7
2026-06-17T00:52:44.4861899Z    Compiling futures-macro v0.3.32
2026-06-17T00:52:44.5131183Z    Compiling zeroize v1.8.2
2026-06-17T00:52:44.6851541Z    Compiling tokio v1.52.3
2026-06-17T00:52:44.7490668Z    Compiling yoke-derive v0.8.2
2026-06-17T00:52:45.0824945Z    Compiling zerovec-derive v0.11.3
2026-06-17T00:52:45.0970911Z    Compiling displaydoc v0.2.6
2026-06-17T00:52:45.3470687Z    Compiling tracing-attributes v0.1.31
2026-06-17T00:52:45.4190733Z    Compiling futures-util v0.3.32
2026-06-17T00:52:45.5710650Z    Compiling zerofrom v0.1.8
2026-06-17T00:52:45.6921338Z    Compiling rustls-pki-types v1.14.1
2026-06-17T00:52:45.9580730Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T00:52:46.2049381Z    Compiling yoke v0.8.3
2026-06-17T00:52:46.2453363Z    Compiling thiserror-impl v2.0.18
2026-06-17T00:52:46.4470465Z    Compiling zerotrie v0.2.4
2026-06-17T00:52:46.6262885Z    Compiling zerovec v0.11.6
2026-06-17T00:52:46.6780752Z    Compiling darling_macro v0.20.11
2026-06-17T00:52:46.8460992Z    Compiling derive_more-impl v2.1.1
2026-06-17T00:52:46.9500502Z    Compiling n0-error-macros v0.1.3
2026-06-17T00:52:47.0143142Z    Compiling spez v0.1.2
2026-06-17T00:52:47.0710259Z    Compiling darling v0.20.11
2026-06-17T00:52:47.1440391Z    Compiling derive_builder_core v0.20.2
2026-06-17T00:52:47.3690688Z    Compiling tinystr v0.8.3
2026-06-17T00:52:47.4945203Z    Compiling potential_utf v0.1.5
2026-06-17T00:52:47.5480471Z    Compiling der v0.8.0-rc.10
2026-06-17T00:52:47.6539995Z    Compiling icu_locale_core v2.2.0
2026-06-17T00:52:47.6798043Z    Compiling icu_collections v2.2.0
2026-06-17T00:52:48.1418636Z    Compiling pin-project-internal v1.1.13
2026-06-17T00:52:48.2090803Z    Compiling n0-error v0.1.3
2026-06-17T00:52:48.4686407Z    Compiling cobs v0.3.0
2026-06-17T00:52:48.5155294Z    Compiling derive_builder_macro v0.20.2
2026-06-17T00:52:48.5900918Z    Compiling ed25519-dalek v2.2.0
2026-06-17T00:52:48.7020583Z    Compiling postcard-derive v0.2.2
2026-06-17T00:52:48.8471150Z    Compiling icu_provider v2.2.0
2026-06-17T00:52:48.9621862Z    Compiling derive_builder v0.20.2
2026-06-17T00:52:49.0460417Z    Compiling spki v0.8.0-rc.4
2026-06-17T00:52:49.1980085Z    Compiling icu_normalizer v2.2.0
2026-06-17T00:52:49.2416118Z    Compiling icu_properties v2.2.0
2026-06-17T00:52:49.2620646Z    Compiling ipnet v2.12.0
2026-06-17T00:52:49.2778054Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T00:52:49.3145130Z    Compiling futures-executor v0.3.32
2026-06-17T00:52:49.4514357Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T00:52:49.6427917Z    Compiling pin-project v1.1.13
2026-06-17T00:52:49.6667904Z    Compiling prefix-trie v0.8.4
2026-06-17T00:52:49.6800724Z    Compiling futures v0.3.32
2026-06-17T00:52:49.7588521Z    Compiling spt-proto v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-17T00:52:49.8807823Z    Compiling once_cell v1.21.4
2026-06-17T00:52:50.0110858Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T00:52:50.1428131Z    Compiling tracing-core v0.1.36
2026-06-17T00:52:50.1860607Z    Compiling rustls-native-certs v0.8.4
2026-06-17T00:52:50.3626574Z    Compiling hashbrown v0.14.5
2026-06-17T00:52:50.4309182Z    Compiling data-encoding-macro v0.1.20
2026-06-17T00:52:50.4456958Z    Compiling tokio-util v0.7.18
2026-06-17T00:52:50.5005812Z    Compiling netlink-sys v0.8.8
2026-06-17T00:52:50.5069060Z    Compiling postcard v1.1.3
2026-06-17T00:52:50.6199456Z    Compiling idna_adapter v1.2.2
2026-06-17T00:52:50.6920509Z    Compiling tracing v0.1.44
2026-06-17T00:52:50.7219719Z    Compiling idna v1.1.0
2026-06-17T00:52:50.7940756Z    Compiling tower v0.5.3
2026-06-17T00:52:50.8590821Z    Compiling strum_macros v0.28.0
2026-06-17T00:52:51.0372131Z    Compiling enum-assoc v1.3.0
2026-06-17T00:52:51.0443342Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T00:52:51.0741175Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T00:52:51.1260873Z    Compiling url v2.5.8
2026-06-17T00:52:51.1480451Z    Compiling hashlink v0.9.1
2026-06-17T00:52:51.1736000Z    Compiling derive_more v2.1.1
2026-06-17T00:52:51.2679306Z    Compiling async-trait v0.1.89
2026-06-17T00:52:51.3515114Z    Compiling num_enum_derive v0.7.6
2026-06-17T00:52:51.4231699Z    Compiling h2 v0.4.14
2026-06-17T00:52:51.5392605Z    Compiling rusqlite v0.32.1
2026-06-17T00:52:51.5943427Z    Compiling tokio-stream v0.1.18
2026-06-17T00:52:51.6070882Z    Compiling iroh-metrics v0.38.3
2026-06-17T00:52:51.6198224Z    Compiling n0-watcher v0.6.1
2026-06-17T00:52:51.7270770Z    Compiling iroh-relay v0.98.0
2026-06-17T00:52:51.8840515Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T00:52:51.9140048Z    Compiling tower-http v0.6.11
2026-06-17T00:52:52.0356214Z    Compiling iroh-base v0.98.0
2026-06-17T00:52:52.0453325Z    Compiling attohttpc v0.30.1
2026-06-17T00:52:52.0530543Z    Compiling netlink-proto v0.12.0
2026-06-17T00:52:52.2450169Z    Compiling netdev v0.42.0
2026-06-17T00:52:52.2690741Z    Compiling moka v0.12.15
2026-06-17T00:52:52.4047326Z    Compiling toml_datetime v0.6.11
2026-06-17T00:52:52.4240510Z    Compiling serde_spanned v0.6.9
2026-06-17T00:52:52.4510242Z    Compiling ref-cast-impl v1.0.25
2026-06-17T00:52:52.5628237Z    Compiling thiserror-impl v1.0.69
2026-06-17T00:52:52.5700541Z    Compiling num_enum v0.7.6
2026-06-17T00:52:52.6670704Z    Compiling toml_edit v0.22.27
2026-06-17T00:52:52.7765127Z    Compiling spt-store v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-17T00:52:52.9850082Z    Compiling webpki-roots v1.0.7
2026-06-17T00:52:53.0840178Z    Compiling regex-automata v0.4.14
2026-06-17T00:52:53.1130721Z    Compiling schemars_derive v1.2.1
2026-06-17T00:52:53.2966289Z    Compiling iroh v0.98.2
2026-06-17T00:52:53.5030769Z    Compiling pin-utils v0.1.0
2026-06-17T00:52:53.5136729Z    Compiling cmov v0.5.4
2026-06-17T00:52:53.5631066Z    Compiling dyn-clone v1.0.20
2026-06-17T00:52:53.5906553Z    Compiling bitflags v1.3.2
2026-06-17T00:52:53.6451035Z    Compiling strum v0.28.0
2026-06-17T00:52:53.6610578Z    Compiling utf8parse v0.2.2
2026-06-17T00:52:53.7130681Z    Compiling rustix v0.38.44
2026-06-17T00:52:53.7444093Z    Compiling iroh-dns v0.98.0
2026-06-17T00:52:53.7620606Z    Compiling ctutils v0.4.2
2026-06-17T00:52:53.7690517Z    Compiling anstyle-parse v1.0.0
2026-06-17T00:52:53.8221463Z    Compiling nix v0.25.1
2026-06-17T00:52:53.9504184Z    Compiling backon v1.6.0
2026-06-17T00:52:53.9720625Z    Compiling darling_macro v0.23.0
2026-06-17T00:52:54.0252775Z    Compiling hkdf v0.12.4
2026-06-17T00:52:54.1712733Z    Compiling papaya v0.2.4
2026-06-17T00:52:54.1989863Z    Compiling filedescriptor v0.8.3
2026-06-17T00:52:54.2895906Z    Compiling serial v0.4.0
2026-06-17T00:52:54.3510485Z    Compiling anstyle v1.0.14
2026-06-17T00:52:54.3572834Z    Compiling anstyle-query v1.1.5
2026-06-17T00:52:54.3810472Z    Compiling shell-words v1.1.1
2026-06-17T00:52:54.4351044Z    Compiling instability v0.3.12
2026-06-17T00:52:54.4460874Z    Compiling downcast-rs v1.2.1
2026-06-17T00:52:54.5420452Z    Compiling colorchoice v1.0.5
2026-06-17T00:52:54.5641401Z    Compiling foldhash v0.1.5
2026-06-17T00:52:54.6161885Z    Compiling linux-raw-sys v0.4.15
2026-06-17T00:52:54.6267292Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T00:52:54.6394014Z    Compiling signal-hook-mio v0.2.5
2026-06-17T00:52:54.6587394Z    Compiling darling v0.23.0
2026-06-17T00:52:54.6720590Z    Compiling spake2 v0.4.0
2026-06-17T00:52:54.6980800Z    Compiling hashbrown v0.15.5
2026-06-17T00:52:54.7080589Z    Compiling anstream v1.0.0
2026-06-17T00:52:54.7341387Z    Compiling terminal_size v0.4.4
2026-06-17T00:52:54.7590932Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T00:52:54.7674031Z    Compiling strum_macros v0.26.4
2026-06-17T00:52:54.8904755Z    Compiling itertools v0.13.0
2026-06-17T00:52:55.0632963Z    Compiling sha1 v0.10.6
2026-06-17T00:52:55.1050458Z    Compiling castaway v0.2.4
2026-06-17T00:52:55.2310871Z    Compiling schemars v1.2.1
2026-06-17T00:52:55.2500367Z    Compiling static_assertions v1.1.0
2026-06-17T00:52:55.3096682Z    Compiling toml v0.8.23
2026-06-17T00:52:55.3750728Z    Compiling clap_lex v1.1.0
2026-06-17T00:52:55.4740061Z    Compiling indoc v2.0.7
2026-06-17T00:52:55.7341144Z    Compiling spt-msg v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-17T00:52:56.0515174Z    Compiling regex v1.12.3
2026-06-17T00:52:56.2633765Z    Compiling unicode-width v0.1.14
2026-06-17T00:52:56.3230507Z    Compiling doctest-file v1.1.1
2026-06-17T00:52:56.5760364Z    Compiling spt-runtime v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-17T00:52:56.7250622Z    Compiling crossterm v0.28.1
2026-06-17T00:52:56.8877645Z    Compiling hyper v1.10.1
2026-06-17T00:52:57.0265960Z    Compiling interprocess v2.4.2
2026-06-17T00:52:57.2086931Z    Compiling strum v0.26.3
2026-06-17T00:52:57.3187131Z    Compiling unicode-truncate v1.1.0
2026-06-17T00:52:57.3270721Z    Compiling clap_builder v4.6.0
2026-06-17T00:52:57.5210806Z    Compiling lru v0.12.5
2026-06-17T00:52:57.7230530Z    Compiling compact_str v0.8.2
2026-06-17T00:52:57.7418825Z    Compiling clap_derive v4.6.1
2026-06-17T00:52:57.8313603Z    Compiling iana-time-zone v0.1.65
2026-06-17T00:52:57.9250697Z    Compiling portable-pty v0.8.1
2026-06-17T00:52:58.0151034Z    Compiling cassowary v0.3.0
2026-06-17T00:52:58.1547815Z    Compiling unicode-width v0.2.0
2026-06-17T00:52:58.3781136Z    Compiling spt-term v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-17T00:52:58.4359309Z    Compiling ratatui v0.29.0
2026-06-17T00:52:58.5270000Z    Compiling chrono v0.4.45
2026-06-17T00:52:58.6047155Z    Compiling hyper-util v0.1.20
2026-06-17T00:52:58.8610330Z    Compiling nucleo-matcher v0.3.1
2026-06-17T00:52:59.0030882Z    Compiling qrcode v0.14.1
2026-06-17T00:52:59.0580810Z    Compiling tempfile v3.27.0
2026-06-17T00:52:59.4430159Z    Compiling spt-live v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-17T00:53:00.1910537Z    Compiling clap v4.6.1
2026-06-17T00:53:00.4545947Z    Compiling igd-next v0.17.1
2026-06-17T00:53:01.5631097Z    Compiling portmapper v0.16.0
2026-06-17T00:53:06.9241160Z    Compiling rustls-webpki v0.103.13
2026-06-17T00:53:09.2528760Z    Compiling tokio-rustls v0.26.4
2026-06-17T00:53:09.2532086Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T00:53:09.2532452Z    Compiling noq-proto v0.17.0
2026-06-17T00:53:09.3863459Z    Compiling hyper-rustls v0.27.9
2026-06-17T00:53:09.3864142Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T00:53:09.3864684Z    Compiling tokio-websockets v0.13.2
2026-06-17T00:53:09.5072546Z    Compiling reqwest v0.13.4
2026-06-17T00:53:10.4826470Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T00:53:24.2011863Z    Compiling spt-net v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-17T00:53:25.5716571Z    Compiling spt-daemon v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-17T00:53:32.2775930Z    Compiling spt v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-17T00:53:35.7821080Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-17T00:53:35.8041093Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a11e9572300eaa76)
2026-06-17T00:53:35.8054610Z 
2026-06-17T00:53:35.8055053Z running 1 test
2026-06-17T00:53:41.8914533Z test new_brain_serves_against_old_broker ... ok
2026-06-17T00:53:41.8916145Z 
2026-06-17T00:53:41.8916970Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-17T00:53:41.8917400Z 
